Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update astral-sh/setup-uv action to v3.2.4 #10528

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action patch v3.2.3 -> v3.2.4

Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v3.2.4: 🌈 Expand ~ tilde in input paths

Compare Source

This release adds support for expanding the ~ character to the user's home directory for the following inputs:

  • cache-local-path
  • tool-dir
  • tool-bin-dir
  • cache-dependency-glob
- name: Expand the tilde character
  uses: astral-sh/setup-uv@v3
  with:
    cache-local-path: "~/path/to/cache"
    tool-dir: "~/path/to/tool/dir"
    tool-bin-dir: "~/path/to/tool-bin/dir"
    cache-dependency-glob: "~/my-cache-buster"

In order to make this work cache-dependency-glob also got support to glob files outside the working directory:

- name: Define an absolute cache dependency glob
  uses: astral-sh/setup-uv@v3
  with:
    enable-cache: true
    cache-dependency-glob: "/tmp/my-folder/requirements*.txt"

Thank you @​fynnsu for raising this issue!

🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Issues or PRs related to dependencies label Nov 23, 2024
@github-actions github-actions bot added the ci Continuous Integration issues or PRs label Nov 23, 2024
@IndexSeek IndexSeek self-requested a review November 23, 2024 16:42
Copy link
Member

@IndexSeek IndexSeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're not using any of the inputs (cache-local-path, tool-dir, tool-bin-dir, cache-dependency-glob)where this upgrade would be useful.

Merging to keep things up to date. This will be the last setup-uv patch before version 4.

@IndexSeek IndexSeek merged commit 89c8787 into main Nov 23, 2024
78 checks passed
@IndexSeek IndexSeek deleted the renovate/astral-sh-setup-uv-3.x branch November 23, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration issues or PRs dependencies Issues or PRs related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant